@charset "UTF-8";
/*//////////////////////*/
/* Clases Globales */
body {
  font-family: "Montserrat";
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  overflow-x: hidden !important;
}
h1, h2 {
  font-family: "Montserrat Bold";
}
a {
  font-family: "Montserrat Semibold";
}
iframe {
  max-width: 100%;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.icon-user > a {
  position: relative;
  padding-left: 45px !important;
}
.icon-user > a:before {
  content: url("../../images/i-registro.svg");
  position: absolute;
  left: 15px;
  margin-top: -3px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.main-content {
  overflow: hidden;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.title-primary span {
  position: absolute;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 180px;
  font-weight: 700;
  line-height: 70px;
  top: 0;
  left: -50px;
  color: #fff;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .title-primary span {
    font-size: 118px;
    line-height: 50px;
    left: 0;
  }
}
.title-primary.bottom-10 {
  position: absolute;
  top: -12%;
}
.title-primary.bottom-10 h2 {
  position: absolute;
  z-index: 999;
}
.title.line-top {
  position: relative;
  padding-top: 10px;
}
.title.line-bottom {
  position: relative;
  padding-bottom: 10px;
}
.title.line-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.title.line-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content > button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #34a4dd;
  opacity: 1;
  z-index: 9999;
}
.modal-content > button:focus {
  outline: none !important;
}
.modal-content h2 {
  font-size: 20px;
}
.modal-content input {
  font-size: 16px;
}
.modal-content .modal-body {
  padding-top: 30px;
}
img {
  max-width: 100%;
}
img.contain {
  background-size: contain !important;
}
img.initial {
  background-size: initial !important;
}
.img.icon {
  width: 300px;
  height: 300px;
}
.img.icon > i {
  font-size: 150px;
}
.img.icon {
  position: relative;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #aaa;
}
textarea {
  width: 100%;
  height: 80px;
  font-size: 14px;
  padding: 7px 10px;
  margin-bottom: 10px;
  border: 0;
}
input:focus, textarea:focus {
  outline: none;
}
input:not([type=submit]) {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: 0;
  margin-bottom: 10px;
}
input[type=submit], button.button {
  font-family: "Montserrat Semibold";
  color: #fff;
  background-color: #19345a;
  padding: 7px 40px;
  border: 0;
  outline: none;
}
label {
  font-size: 14px;
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
  margin-bottom: 10px;
}
div.wpcf7-response-output {
  font-size: 12px;
  text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  font-size: 10px;
  text-align: center;
}
.radio-container {
  position: relative;
  padding-left: 30px;
}
/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radiomark, .radio-container:hover > .radiomark {
  background-color: #fff;
}
/* Create a custom checkbox */
.radiomark {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  border: 1px solid #bbbbb9;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  visibility: hidden;
}
/* Show the checkmark when checked */
.radio-container input:checked ~ .radiomark:after, .radio-container.active > .radiomark:after {
  visibility: visible;
}
/* Style the checkmark/indicator */
.radio-container .radiomark:after {
  width: 12px;
  height: 12px;
  background-color: #34a4dd;
}
/** end Radio Chekcbox **/
.input-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.input-row > span {
  width: 49%;
}
/** FILE **/
.input.file {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.input.file label {
  width: 50%;
  margin-bottom: 0;
}
.input.file i {
  font-size: 20px;
  margin-right: 10px;
}
.request-upload {
  width: auto;
}
.fileUpload {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #34a4dd;
  padding: 5px 10px;
  border: 2px solid #34a4dd;
}
.fileUpload span:first-child > i {
  margin-left: 5px;
}
.fileUpload.active {
  background: #34a4dd;
  color: #fff;
}
input[type=file] {
  -webkit-appearance: initial;
  background-color: initial;
  padding: initial;
  border: initial;
  position: absolute;
  top: -26px;
  left: -100px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 30px;
  width: 200px;
}
/** End file **/
@media only screen and (max-width: 740px) {
  .filter .input-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter .input-row div:not(.button) {
    width: 46%;
    margin-bottom: 10px;
  }
}
.filter .input-row > div {
  position: relative;
}
.filter .input-row > div:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 740px) {
  .filter .input-row > div:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .filter .input-row > div:first-child {
    margin-right: 20px;
  }
}
.filter i {
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 7px;
  color: #bababa;
}
.filter input:not([type=submit]) {
  height: 30px;
  padding: 0 20px;
  border: 1px solid #bababa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.accept label, .accept a {
  font-family: "Montserrat";
  font-size: 10px !important;
  line-height: 18px;
}
.submit {
  position: relative;
}
.submit .ajax-loader {
  position: absolute;
}
.submit input {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .submit input {
    width: 80%;
  }
}
.bottom-line input:not([type=submit]) {
  padding-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6c6c6;
}
.bottom-line input:not([type=submit])::placeholder {
  color: initial;
}
.bottom-line textarea {
  border: 1px solid #c6c6c6;
}
.bottom-line label {
  margin: 10px 0 20px 0;
}
.green, .green > input {
  background-color: #8bbf49 !important;
}
.input-green > input {
  background-color: #8bbf49 !important;
}
form#searchform #searchsubmit, form#searchform label {
  display: none;
}
form#searchform {
  position: relative;
  margin-bottom: 40px;
}
form#searchform input#s {
  width: 100%;
  height: 30px;
  padding: 0 20px;
  border: 1px solid #bababa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
form#searchform input#s:focus {
  outline: none;
}
form#searchform > div {
  position: relative;
}
form#searchform > div:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #bababa;
}
img.ld-holder {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
img.logo.ld-holder {
  background-color: #6a7b84;
  background-size: 50%;
}
img.ld-holder2 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
}
img.logo.ld-holder2 {
  background-color: #6a7b84;
  background-size: 50%;
}
a.button {
  width: 50%;
  padding: 10px 50px;
  text-decoration: none !important;
}
a.button.w-full {
  display: grid;
  width: 100%;
  text-align: center;
}
button.w-full {
  width: 100%;
  text-align: center;
}
.button.curve {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.w-80 {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .w-80 {
    width: 100%;
  }
}
.w-right {
  margin-left: auto;
}
section.section {
  padding: 80px 0;
}
@media only screen and (max-width: 740px) {
  section.section {
    padding: 40px 0;
  }
}
.home section.section:first-child {
  padding-top: 40px;
}
.space-between {
  justify-content: space-between;
}
.flex-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-bottom {
  align-items: flex-end;
}
.slick-dots li button:before {
  font-size: 40px;
}
.slick-arrow {
  outline: none !important;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 20px);
  color: #303030;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}
.slick-next {
  right: -4%;
}
.slick-prev {
  left: -4%;
}
.slick-list .slick-slide {
  outline: none;
  padding: 0 10px;
}
.slick-dots {
  text-align: center;
  list-style: none;
  padding-left: 0 !important;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  position: relative;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #303030;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #19345a;
  opacity: 1;
}
.controls {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .controls {
    justify-content: center;
  }
}
.controls button {
  background-color: transparent;
  border: 0;
}
.controls button:focus {
  outline: none;
}
.controls ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
.controls ul li:not(:last-child) {
  margin-right: 10px;
}
.controls ul button {
  font-family: "Montserrat Semibold";
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.controls ul li.active > button {
  background-color: #34a4dd;
  color: #fff;
}
.accordion h2, .accordion h3 {
  color: #34a4dd;
  font-family: "Montserrat Bold";
}
.accordion .card {
  padding: 40px 0;
  border: 0;
}
.accordion .card-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #d4d4d4;
}
.accordion .card-header button {
  text-decoration: none !important;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #34a4dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #34a4dd;
}
.accordion .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.accordion .card-body .row > div {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .accordion .card-body .slick-dots li button:before {
    font-size: 40px;
  }
}
.page .content-container {
  padding-bottom: 80px;
}
.page-numbers {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.page-numbers li span {
  font-family: "Montserrat Bold";
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #34a4dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-numbers li a {
  font-family: "Montserrat Bold";
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-numbers li > a:hover {
  background-color: #34a4dd;
  color: #fff;
}
.page-numbers li:not(:last-child) {
  margin-right: 10px;
}
.banner h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.banner p {
  font-size: 25px;
  color: #34a4dd;
}
.banner .button {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .banner .row {
    ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-template-default .banner-page {
  position: relative;
}
.page-template-default .banner-page:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 10px;
  width: 130px;
  height: 130px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .page-template-default .banner-page:before {
    top: 40px;
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .banner-page {
    padding-top: 30px !important;
  }
}
.banner-page h1 {
  font-size: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 740px) {
  .banner-page h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.banner-page .title {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-page .title {
    text-align: center;
  }
}
.banner-page .title span {
  position: absolute;
  font-family: "Montserrat Bold";
  font-size: 160px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 65px;
  left: 0;
  top: 0;
  color: #f9f9f9;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-page .title span {
    font-size: 110px;
    right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .banner-page .content {
    text-align: center;
  }
}
.banner-page .content h2 {
  font-size: 20px;
  font-family: "Montserrat Medium";
  color: #656565;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .banner-page .content h2 {
    font-size: 25px;
  }
}
.banner-page .content h3 strong {
  color: #34a4dd;
}
.bottom-banner {
  position: relative;
  padding-top: 150px !important;
  background-color: #e8e8e8;
}
.bottom-banner:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 10px;
  width: 120px;
  height: 161px;
  background-image: url("../../images/i-puntos.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .bottom-banner:before {
    top: auto;
    bottom: 0;
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-banner {
    padding-top: 80px !important;
  }
}
.bottom-banner .img {
  position: relative;
  padding-left: 100px;
  margin-top: 20px;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .bottom-banner .img {
    padding-left: 0;
  }
}
.bottom-banner .content {
  background-color: #34a4dd;
  padding: 100px 50px 100px 130px;
  margin-left: -100px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .bottom-banner .content {
    padding: 100px 50px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 740px) {
  .bottom-banner .content {
    padding: 50px 20px;
  }
}
.bottom-banner .content h2, .bottom-banner .content h3, .bottom-banner .content h4, .bottom-banner .content h5, .bottom-banner .content p {
  color: #fff;
}
.bottom-banner .content p:last-child {
  margin-bottom: 0;
}
#blog {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  #blog.section {
    padding-top: 150px;
  }
}
#blog.section .post.primary {
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  #blog.section .post.primary {
    margin-left: 0;
  }
}
.page.blog {
  position: relative;
  padding: 150px 0 100px 0;
}
.page.blog:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  width: 126px;
  height: 155px;
  /*background-image: url("../../images/i-puntos_verdes.svg");*/
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .page.blog:before {
    top: auto;
    bottom: 10%;
  }
}
@media only screen and (max-width: 580px) {
  .page.blog:before {
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .page.blog {
    padding: 40px 0;
  }
}
.page.blog .title-primary {
  position: absolute;
  top: -90px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .page.blog .title-primary {
    position: inherit;
    text-align: center;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.page.blog .title-primary h1 {
  font-size: 80px;
  line-height: 70px;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .page.blog .title-primary h1 {
    position: relative;
    font-size: 50px;
    line-height: 50px;
  }
}
.page.blog .title-primary span {
  position: absolute;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 180px;
  font-weight: 700;
  line-height: 70px;
  white-space: nowrap;
  top: 0;
  left: -50px;
  color: #f9f9f9;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .page.blog .title-primary span {
    font-size: 110px;
    left: 0;
    right: 0;
  }
}
.page.blog .posts {
  position: relative;
  margin-left: 50px;
}
.page.blog .posts > .img {
  margin-bottom: 20px;
}
.page.blog .posts > .content {
  margin-bottom: 20px;
}
.page.blog .posts .post h2 {
  font-size: 20px;
}
.page.blog .posts .post h2 > a {
  color: #19345a;
}
@media only screen and (max-width: 991px) {
  .page.blog .posts {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.card-event {
  background-color: #ffffff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.card-event .content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.card-event .date {
  width: 18%;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}
.card-event .date span.mouth {
  text-transform: capitalize;
}
.card-event .date span.day {
  font-family: "Montserrat Bold";
}
.card-event .title {
  width: 56%;
}
.card-event .title h2 {
  font-family: "Montserrat Bold";
  font-size: 16px;
  color: #19345a;
  margin-bottom: 0;
}
.card-event .button {
  width: 24%;
}
.card-event .button a {
  font-size: 12px;
  color: #bbbbba;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.card-event .button i {
  font-size: 20px;
  margin-left: 5px;
}
#career {
  position: relative;
}
#career:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 10px;
  width: 120px;
  height: 161px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #career:before {
    top: 100px;
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
#career .banner-page .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  #career .banner-page .title {
    justify-content: center;
    margin-bottom: 20px;
  }
}
#career .banner-page .title .img {
  width: 80px;
  margin-right: 20px;
}
#career .banner-page .button {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #career .title-primary.bottom-10 {
    top: -40px;
  }
}
#career #programs h2 {
  color: #19345a;
}
#career #programs .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
#career #video {
  position: relative;
  background-color: #e8e8e8;
}
#career #video:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 130px;
  height: 130px;
  background-image: url("../../images/i-cuadros_medios.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #career #video:before {
    top: -55px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #career #video {
    text-align: center;
  }
}
#career #video iframe {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  #career #video iframe {
    margin-bottom: 30px;
  }
}
.categories {
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 50%;
  padding: 10px 30px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 580px) {
  .categories {
    left: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .categories {
    width: 45%;
    padding: 10px 20px;
  }
}
.categories ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.categories li > a {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .categories li > a {
    font-size: 14px;
  }
}
.clients-logos {
  margin: 50px 70px 0 70px;
}
@media only screen and (max-width: 580px) {
  .clients-logos {
    margin: 40px 20px 50px 20px;
  }
}
.clients-container {
  position: relative;
}
.clients-container h3 {
  font-family: "Montserrat Bold";
  margin-bottom: 0;
}
.clients-container .title span {
  font-family: "Montserrat Medium";
  color: #858585;
}
.clients {
  position: relative;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .clients {
    width: 100%;
  }
}
.clients .img img {
  background-position: top center;
}
.clients .title-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.clients .content-container {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 740px) {
  .clients .content-container {
    padding-bottom: 60px !important;
  }
}
.clients .content-container .title-container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .clients .content-container .title-container {
    margin-top: 30px;
  }
}
.clients .content-container .title {
  width: calc(100% - 110px);
}
.clients .content-container .logo {
  width: 100px;
}
.clients .content-container .content p {
  margin-bottom: 0;
}
.clients .slick-arrow {
  font-size: 35px;
  top: calc(100% - 40px);
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e1e1;
}
.clients .slick-arrow:hover {
  background-color: #303030;
}
.clients .slick-arrow:hover {
  color: #e1e1e1;
}
.clients .slick-prev {
  left: 0;
}
.clients .slick-next {
  right: auto;
  left: 40px;
}
#contact {
  position: relative;
  padding-bottom: 100px;
}
#contact:before {
  content: "";
  position: absolute;
  top: 150px;
  right: 10px;
  width: 126px;
  height: 155px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #contact:before {
    top: 80px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
#contact .form {
  padding: 50px 100px 50px 50px;
  border: 1px solid #c6c6c6;
  margin-right: -30px;
}
@media only screen and (max-width: 991px) {
  #contact .form {
    padding: 50px 20px;
    margin-right: 0;
  }
}
#contact .map > iframe {
  max-width: 100%;
}
#contact .info-container {
  background-color: #eeeeee;
  margin-top: 50px;
  margin-left: -30px;
}
@media only screen and (max-width: 991px) {
  #contact .info-container {
    margin-left: 0;
  }
}
#contact .info {
  font-family: "Montserrat Medium";
  font-size: 20px;
  padding: 30px;
}
#contact .info i {
  width: 30px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}
#contact .info address {
  display: inline-block;
  margin-bottom: 0;
}
#contact .info > div:not(:last-child) {
  margin-bottom: 10px;
}
.datepicker-dropdown {
  padding: 15px;
}
.datepicker-dropdown thead tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.datepicker-dropdown thead tr:last-child th {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.datepicker-dropdown thead .prev, .datepicker-dropdown thead .next {
  color: #34a4dd;
  padding: 0 5px;
  cursor: pointer;
}
.datepicker-dropdown tbody tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.datepicker-dropdown tbody tr > td {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.datepicker-dropdown tbody tr > td:hover, .datepicker-dropdown tbody tr > td.active {
  background-color: #34a4dd;
  color: #fff;
}
.datepicker-dropdown .datepicker-days .old.day {
  color: #eee;
}
#error-404 h1 {
  font-size: 100px;
}
#error-404 span {
  right: 0;
}
#error-404 .search {
  width: 50%;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 991px) {
  .event {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .event .event-content {
    min-height: 250px;
  }
}
.event .img-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.event .img-container > div:first-child {
  z-index: 999;
}
.event .title {
  margin: 20px 0;
}
.event .title h3 {
  font-family: "Montserrat Bold";
  font-size: 25px;
}
.event .excerpt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .event .excerpt {
    margin-bottom: 30px;
  }
}
.event .date {
  padding-top: 30px;
}
.event .date span {
  font-family: "Montserrat Bold";
  font-size: 130px;
  line-height: 140px;
  text-transform: uppercase;
  display: block;
  color: #bbbbb9;
}
@media only screen and (max-width: 1100px) {
  .event .date span {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .event .date span {
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
  }
}
#events {
  padding-top: 0;
}
#events .title-primary {
  width: 100%;
  margin-top: -40px;
}
.event-slider-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .event-slider-container {
    display: inherit;
  }
}
.event-slider-container .img {
  width: 35%;
  margin-left: 6%;
  margin-right: 2%;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .event-slider-container .img {
    width: 60%;
    margin: 0 auto;
  }
}
.event-slider-container .events {
  width: 65%;
  margin-left: -8%;
}
@media only screen and (max-width: 991px) {
  .event-slider-container .events {
    width: 100%;
    margin-left: 0;
  }
}
.events-with-filters {
  position: relative;
}
.events-with-filters:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 10px;
  width: 126px;
  height: 155px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .events-with-filters:before {
    top: 80px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
.events-with-filters:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 40px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/i-cuadros.svg");
  background-size: cover;
  z-index: 9;
}
@media only screen and (max-width: 580px) {
  .events-with-filters:after {
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .events-with-filters > .container > .row {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.events-container {
  padding-bottom: 50px;
}
.footer-copyright {
  padding: 1% 0;
  color: #0a2955;
  font-weight: 500;
}
.footer-copyright p {
  margin: 0;
}
footer#footer a {
  font-family: "Montserrat" !important;
  text-decoration: none !important;
}
footer#footer button.ext-link {
  color: #303030;
  background-color: transparent;
  padding: 0;
  border: 0;
}
footer#footer button.ext-link:focus {
  outline: none !important;
}
footer#footer button.ext-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 4px;
}
footer#footer h2.widgettitle {
  font-family: "Montserrat Semibold";
  margin-bottom: 20px;
}
footer#footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer#footer ul > li:not(:last-child) {
  margin-bottom: 10px;
}
footer#footer ul > li.ext-link {
  margin-bottom: 15px;
}
footer#footer ul > li.ext-link > a {
  font-family: "Montserrat Semibold";
}
footer#footer ul > li.ext-link > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 4px;
}
footer#footer ul > li > a {
  padding: 14px 0;
}
footer#footer ul.sub-menu {
  padding-left: 20px;
}
footer#footer ul.sub-menu > li > a {
  font-size: 80%;
}
footer#footer ul.sub-menu > li:not(:last-child) {
  margin-bottom: 0;
}
footer#footer .footer-container {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  footer#footer .footer-container {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  footer#footer .footer-container {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  footer#footer .footer-items {
    margin-top: 40px;
  }
}
footer#footer .footer-items p {
  font-size: 13px;
}
footer#footer .footer-items img {
  width: 70%;
}
footer#footer .footer-items .footer-item:not(:last-child) {
  margin-bottom: 20px;
}
footer#footer .copyright-container {
  padding-bottom: 10px;
}
footer#footer .copyright-container p {
  margin-bottom: 0;
}
footer#footer form input:not([type=submit]), footer#footer form textarea {
  background-color: rgba(255, 255, 255, 0.6);
}
/* Begin: Styles header */
header a {
  font-family: "Montserrat";
  text-decoration: none !important;
}
header .header-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 99999;
}
header .header-content {
  width: 100%;
  height: 100%;
}
header .container {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .container > .logo {
  width: 16%;
  max-height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  header .container > .logo {
    width: 50%;
  }
}
header .logo h1 {
  margin-bottom: 0;
}
header .logo img {
  max-width: 100%;
  height: auto !important;
}
header .menu-primary-container {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container {
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    display: block;
    padding: 20px;
    border-top: 3px solid;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-transition: 400ms all ease-out;
    -moz-transition: 400ms all ease-out;
    -ms-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
  }
}
header .menu-primary-container.active {
  height: calc(100vh - 80px);
  opacity: 1;
  z-index: 9999;
}
header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header ul > li.button {
  position: relative;
}
header ul.menu > li, header .items-container ul > li {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container ul.menu > li {
    display: block;
    text-align: center;
  }
}
header ul.menu > li > a {
  padding: 30px 10px;
}
@media only screen and (max-width: 1200px) {
  header ul.menu > li > a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container ul.menu > li {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container ul.menu > li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-primary ul > li:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
}
header ul.menu > li.lang-item > a {
  padding: 30px 0;
}
@media only screen and (max-width: 1200px) {
  header ul.menu > li.lang-item > a {
    padding: 10px 0;
  }
}
header ul.menu > li > ul {
  position: absolute;
  min-width: 200px;
  height: 0;
  top: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 2px solid;
  margin-left: -10px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 400ms all ease-out;
  -moz-transition: 400ms all ease-out;
  -ms-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
header ul.menu > li:hover > ul {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  z-index: 9999;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
header ul.menu > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
header .menu-primary-container > div:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container > div:first-child {
    max-height: calc(100vh - 220px);
    overflow: hidden;
    overflow-y: auto;
    width: 400px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-primary-container > div:first-child {
    width: 90%;
  }
}
header .menu-primary-container > div:first-child::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
header .menu-primary-container > div:first-child::-webkit-scrollbar-thumb {
  border: 33px none #064062;
  border-radius: 50px;
}
header .menu-primary-container > div:first-child::-webkit-scrollbar-thumb:hover {
  background: #5abdbb;
}
header .menu-primary-container > div:first-child::-webkit-scrollbar-track {
  background: #d1d1d1;
  border: 0;
  border-radius: 40px;
}
header .menu-primary-container > div:first-child::-webkit-scrollbar-corner {
  background: transparent;
}
header ul.menu > li:not(:last-child), header .items-container ul > li:not(:last-child) {
  margin-right: 10px;
}
header ul.menu > li.button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header ul.menu > li.button {
    justify-content: center;
  }
}
header ul.menu > li.button a {
  font-family: "Montserrat Semibold";
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header ul.menu > li.button a > i {
  margin-right: 10px;
}
header .menu-lang ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  header .menu-lang ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-lang li {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-lang li:nth-child(3) {
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-lang li:nth-child(1) {
    order: 2;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu-lang li:nth-child(2) {
    order: 3;
  }
}
header li.lang-item {
  position: relative;
  width: 20px;
  height: 20px;
}
header li.lang-item img {
  display: none;
}
header li.current-lang > a {
  font-family: "Montserrat Bold";
  color: #33a4dc !important;
}
header .items-container ul > li {
  cursor: pointer;
}
header .items-container ul > li > a {
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .items-container ul > li > i {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .items-container ul > li > a > i {
  margin-right: 10px;
}
header .search-container {
  display: none;
}
header .icon-mobile-container {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .icon-mobile-container {
    font-size: 25px;
    display: inherit;
    margin-left: 20px;
  }
}
header.header-sticky > .header-container {
  position: fixed;
  top: auto;
  width: 100%;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
/* End: Styles header */
#home .section:first-child {
  position: relative;
}
#home .section:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 140px;
  background-image: url("../../images/i-cuadros.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #home .section:first-child:before {
    left: -20px;
    width: 80px;
    height: 90px;
  }
}
#home #blog {
  position: relative;
}
#home #blog:before {
  content: "";
  position: absolute;
  top: -125px;
  right: 10px;
  width: 122px;
  height: 150px;
  background-image: url("../../images/i-puntos.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #home #blog:before {
    top: -75px;
    right: -30px;
    width: 70px;
    height: 90px;
  }
}
.menu-content {
  padding: 15px 10px;
}
.menu-content .navbar-toggler {
  padding: 0;
  outline: none;
}
.menu-content .navbar-toggler .fa.fa-bars {
  font-size: 30px;
  color: #0a2955;
}
.menu-content .main-menu {
  display: block;
  margin: auto;
}
.menu-content .main-menu ul {
  margin-bottom: 0;
  padding: 0;
}
.menu-content .main-menu ul li {
  display: inline-block;
  padding: 0 35px;
}
.menu-content .main-menu ul li a {
  position: relative;
  color: #0a2955;
  font-weight: 600;
  transition: 0.2s;
}
.menu-content .main-menu ul li a:hover {
  color: #3ea197;
  text-decoration: none;
}
.menu-content .main-menu ul li a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #0a2955;
  transition: 0.5s;
}
.menu-content .main-menu ul li a:hover:before {
  width: 100%;
}
.menu-content .main-menu ul li.current-menu-item a {
  color: #3ea197;
}
.post .img {
  position: relative;
}
.post .date {
  font-size: 12px;
  margin-top: 10px;
}
.post .date span:first-child {
  text-transform: capitalize;
}
.post .button > a {
  font-family: "Montserrat Semibold";
  font-size: 16px;
  text-decoration: none !important;
  color: #bbbbba;
}
.post .button > a i {
  margin-left: 10px;
}
.post h2 > a, .post h3 > a {
  font-family: "Montserrat Bold";
  font-size: 20px;
  color: inherit;
}
.post .excerpt {
  font-size: 16px;
}
.post .read-more {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.post:not(:last-child) {
  margin-bottom: 30px;
}
.post:not(.two-row) .img {
  margin-bottom: 20px;
}
.main-content > .single {
  padding: 100px;
}
.main-content > .single h1 {
  color: #19345a;
}
@media only screen and (max-width: 991px) {
  .main-content > .single {
    padding: 40px 0;
  }
}
.main-content > .single .share {
  text-align: right;
  margin-bottom: 10px;
}
.recent-posts {
  padding: 5% 0 5% 0;
}
.recent-posts h2, .recent-posts .text-recent-posts {
  color: #0a2955;
}
.recent-posts .text-recent-posts {
  font-size: 20px;
  margin-bottom: 35px;
}
.recent-posts .item-recent {
  border: 1px solid #CCCCCC;
}
.recent-posts .item-recent .content-post {
  padding: 5px 25px;
}
.recent-posts .item-recent .content-post h3 {
  font-size: 18px;
  margin-top: 20px;
}
.recent-posts .item-recent .content-post h3 a {
  color: #0a2955;
  transition: 0.2s;
}
.recent-posts .item-recent .content-post h3 a:hover {
  color: #3ea197;
  text-decoration: none;
}
.recent-posts .item-recent .content-post .date span {
  color: #2e5b9a;
}
.recent-posts .item-recent .content-post p {
  line-height: 18px;
  margin-top: 10px;
  color: #2e5b9a;
}
.recent-posts .link-blog {
  margin: auto;
}
.section .title-primary {
  max-width: 400px;
}
.section .title-primary > h2 {
  font-size: 55px;
  line-height: 60px;
}
@media only screen and (max-width: 991px) {
  .section .title-primary > h2 {
    font-size: 60px;
  }
}
#service {
  position: relative;
}
#service:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 113px;
  height: 140px;
  /*background-image: url("../../images/i-cuadros.svg");*/
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #service:before {
    left: -20px;
    width: 80px;
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  #service .banner-page {
    padding-bottom: 30px;
  }
}
#service .banner-page .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  #service .banner-page .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  #service .banner-page .title {
    justify-content: center;
  }
}
#service .banner-page .title .img {
  width: 80px;
  margin-right: 20px;
}
@media only screen and (max-width: 740px) {
  #service .banner-page .title .img {
    display: none;
  }
}
#service .banner-page .title h1 {
  font-size: 55px;
  line-height: 70px;
  width: calc(100% - 100px);
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  #service .banner-page .title h1 {
    font-size: 35px;
    line-height: 40px;
    width: 100%;
  }
}
#service .banner-page .title span {
  left: 0;
}
@media only screen and (max-width: 740px) {
  #service .title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  #service .title-primary.bottom-10 {
    position: relative;
    top: 0;
  }
  #service .title-primary.bottom-10 h2 {
    position: relative;
  }
}
@media only screen and (max-width: 740px) {
  #service .content.no-padding-top {
    margin-top: 30px;
  }
}
#service .content {
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  #service .content {
    text-align: center;
    padding-top: 0;
  }
  #service .content ul {
    text-align: left;
  }
}
#service .content h2 {
  font-family: "Montserrat Medium";
  font-size: 20px;
  color: #646464;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  #service .content h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 740px) {
  #service .bullets .bullet {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  #service .bullet {
    margin-top: 30px;
  }
}
#service .bullet .title-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  margin-bottom: 15px;
}
#service .bullet .part {
  width: 55%;
}
@media only screen and (max-width: 740px) {
  #service .bullet .part {
    width: 100%;
  }
}
#service .bullet .image {
  width: 30%;
}
#service .bullet .title {
  width: 68%;
}
#service .bullet h3 {
  font-family: "Montserrat Bold";
  font-size: 20px;
}
#service .services-modalities {
  position: relative;
  padding: 40px 0 80px 0;
}
#service .services-modalities:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 113px;
  height: 140px;
  /*background-image: url("../../images/i-puntos.svg");*/
  background-size: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  #service .services-modalities:before {
    left: -70px;
  }
}
@media only screen and (max-width: 580px) {
  #service .services-modalities:before {
    left: -20px;
    width: 80px;
    height: 90px;
  }
}
#service .services-modalities:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 160px);
  /*background-color: #dadada;*/
  background-image:url(../../../../../images/barra_asesoria.png);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  #service .services-modalities:after {
    height: calc(100% - 75px);
  }
}
#service .services-modalities .icon {
  width: 35%;
  margin: 0 auto 10px auto;
}
#service #modalities .content-modalities {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  #service #modalities .content-modalities {
    margin-top: 0;
  }
}
#service #modalities h2 {
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
  #service #modalities h2 {
    font-size: 30px;
  }
}


#service .modality2 {
  /*min-height: 250px;*/
  width:200px;
  height:156px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
 /* background-color: #f5f5f5;*/
 background-image:url(../../../../../images/cajon2.png);
 background-repeat: no-repeat;
 margin-top: 5%;
  padding: 20px;
 /* -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);*/
}


#service .modality {
  /*min-height: 250px;*/
  width:270px;
  height:210px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
 /* background-color: #f5f5f5;*/
 background-image:url(../../../../../images/cajon.png);
 background-repeat: no-repeat;
 margin-top: 5%;
  padding: 20px;
 /* -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);*/
}
@media only screen and (max-width: 991px) {
  #service .modality {
    margin-top: 30px;
  }
}
#service .modality h3 {
  font-size: 16px;
}
#service .modality p:last-child {
  margin-bottom: 0;
}
#service #additional {
  padding-bottom: 0;
  margin-top: 100px;
}
#service #additional .title-primary {
  position: absolute;
  top: -70px;
}
#service #additional .title-primary > h2 {
  position: absolute;
  z-index: 999;
  margin-left: 20px;
}
#service #additional .title-primary > span {
  top: 0;
  left: -30px;
}
#service #additional .video {
  position: relative;
  margin-left: 180px;
}
@media only screen and (max-width: 991px) {
  #service #additional .video {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#service #additional .video iframe {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  #service #additional .content {
    text-align: inherit;
  }
}
#services {
  padding-bottom: 100px;
}
#services .banner-page .title span {
  left: -24%;
}
@media only screen and (max-width: 1300px) {
  #services .banner-page .title span {
    left: -50px;
  }
}
@media only screen and (max-width: 740px) {
  #services .banner-page .title span {
    font-size: 100px;
    left: 0;
    right: 0;
  }
}
#services .banner-page .content h2 {
  font-family: "Montserrat Medium";
  color: #73ac29;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  #services .banner-page .content h2 {
    font-size: 20px;
  }
}
#services .banner-page .content h3 {
  font-family: "Montserrat Medium";
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  #services .banner-page .content p {
    text-align: inherit;
  }
}
@media only screen and (max-width: 740px) {
  #services .banner-page .section-content {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 740px) {
  #services .banner-page .section-content > .title {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  #services .banner-page .section-content > .content {
    order: 2;
  }
}
@media only screen and (max-width: 740px) {
  #services .banner-page .section-content > .img {
    order: 1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 740px) {
  #services > .container {
    padding: 0;
  }
}
.services {
  padding-top: 40px;
}
.services .service {
  border-bottom: 1px solid #bcbcbc;
}
@media only screen and (max-width: 740px) {
  .services .service .col-3 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 740px) {
  .services .service .col-7 {
    padding: 0;
  }
}
.services .service .img {
  width: 70%;
  margin-left: auto;
}
@media only screen and (max-width: 740px) {
  .services .service .img {
    width: 80%;
  }
}
.services .service .title {
  padding-top: 20px;
}
.services .service .excerpt {
  font-family: "Montserrat";
  padding-bottom: 20px;
}
.services .service .icon {
  font-size: 30px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  -webkit-transition: 400ms all ease-out;
  -moz-transition: 400ms all ease-out;
  -ms-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
@media only screen and (max-width: 740px) {
  .services .service .icon {
    font-size: 20px;
  }
}
.services .service .img {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.services .service-container {
  -webkit-transition: 400ms all ease-out;
  -moz-transition: 400ms all ease-out;
  -ms-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
.services .service > a {
  color: #303030;
  text-decoration: none !important;
}
.services .service .excerpt {
  font-size: 14px;
}
.services .service h3 {
  font-size: 20px;
}
.services .service.active > a:hover h3, .services .service.active > a:hover {
  color: #ffffff;
}
.services .service.active > a:hover > .service-container {
  background-color: #73ac29;
}
.services .service:not(.active) > a:hover > .service-container {
  color: #ffffff;
  background-color: #2d5ca4;
}
.services .service:not(.active) > a:hover > .service-container h3 {
  color: #ffffff;
}
.services .service > a:hover .icon i:before {
  content: "";
  color: #ffffff;
}
.services .service > a:hover .img > img {
  filter: brightness(100);
}
.services .service:not(.active) > a:hover .icon {
  background-color: #1d4c94;
}
.services .service.active > a:hover .icon {
  background-color: #8cbf49;
}
.share-container button {
  display: none;
  /*@media only screen and (max-width: 991px) {
      display: inline-block;
    }*/
}
.share-container .share {
  list-style: none;
  padding: 0;
  margin: 0;
  /*@media only screen and (max-width: 991px) {
      display: none;
    }*/
}
.share-container .share li {
  display: inline-block;
}
.share-container .share li:not(:last-child) {
  margin-right: 10px;
}
.share-container .share a {
  font-size: 20px;
}
/* Sidebar styles */
@media only screen and (max-width: 991px) {
  #sidebar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar {
  padding-left: 2rem;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }
}
.sidebar h2.widgettitle {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 55px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li .img {
  width: 50px;
  margin-right: 10px;
}
.sidebar ul li .name {
  width: calc(100% - 60px);
}
.sidebar ul li a {
  font-family: "Montserrat Medium";
  font-size: 1rem;
}
.sidebar ul li.related-post-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.sidebar ul > li {
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 10px;
}
.sidebar ul li > .content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar span.post-date {
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .sidebar #searchform {
    display: none;
  }
}
.post.related-post {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.post.related-post > .img {
  width: 20%;
  margin-right: 20px;
  margin-bottom: 0;
}
.post.related-post > .img a img {
  border-radius: 50%;
}
.related-post .content a {
  width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
}
.wp-block-image img {
  width: 60%;
}
/* end Sidebar styles */
.single-event {
  position: relative;
}
.single-event:before {
  content: "";
  position: absolute;
  top: 150px;
  right: 10px;
  width: 126px;
  height: 155px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .single-event:before {
    top: 80px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
.single-event:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 40px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/i-cuadros.svg");
  background-size: cover;
  z-index: 9;
}
@media only screen and (max-width: 580px) {
  .single-event:after {
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
.single-event .row {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .single-event .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .single-event .row .col-lg-6:first-child {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .single-event .row .col-lg-6:first-child .img {
    width: 20%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .single-event .row .col-lg-6:first-child .title {
    width: calc(80% - 20px);
    margin-bottom: 0;
  }
}
.single-event .row .col-lg-6:first-child .title h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .single-event .row .col-lg-6:first-child .title h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .single-event .row .col-lg-6:first-child .title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .single-event .row .col-lg-6:first-child .info {
    width: 100%;
    margin-top: 30px;
  }
}
.single-event .title {
  margin-bottom: 20px;
}
.single-event .title h1 {
  color: #19345a;
}
.single-event .img.icon {
  width: 450px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.single-event .img {
  overflow: hidden;
}
.single-event .info > div {
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.single-event .info > div > div:first-child {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .single-event .info > div > div:first-child {
    width: 40%;
  }
}
.single-event .info > div > div:last-child {
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .single-event .info > div > div:last-child {
    width: 60%;
  }
}
.single-event .info .date > div:last-child {
  text-transform: capitalize;
}
.single-event .price-container > div:last-child > span {
  font-family: "Montserrat Bold";
  color: #19345a;
}
.single-event .share > li > a {
  color: #19345a !important;
}
.single-event .form-event > div {
  width: 100% !important;
}
.single-event .form-event input:not([type=submit]) {
  background: #e6e6e6;
}
.single-event .form-event textarea {
  background: #e6e6e6;
}
.single-event .form-event .accept {
  text-align: center;
}
.single-event .topics-container {
  background-color: #eeeeee;
  padding: 80px 0;
}
@media only screen and (max-width: 740px) {
  .single-event .topics-container {
    padding: 40px 0;
  }
}
.single-event .topics-container h2 {
  color: #33a4dc;
}
.single-event .topics-container ul {
  column-count: 2;
  column-gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  .single-event .topics-container ul {
    column-count: 1;
  }
}
.single-event .topics-container ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbb9;
  margin-bottom: 15px;
}
.single-post .main-content {
  position: relative;
}
.single-post .main-content:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  width: 126px;
  height: 155px;
  /*background-image: url("../../images/i-puntos_verdes.svg");*/
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .single-post .main-content:before {
    top: 50px;
    right: -40px;
    width: 80px;
    height: 80px;
  }
}
.single-post .main-content:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 40px;
  width: 100px;
  height: 100px;
 /* background-image: url("../../images/i-cuadros.svg");*/
  background-size: cover;
  z-index: 9;
}
@media only screen and (max-width: 580px) {
  .single-post .main-content:after {
    left: -40px;
    width: 80px;
    height: 80px;
  }
}
.single-post .main-content > .single {
  padding: 100px;
}
.single-post .main-content > .single h1 {
  color: #19345a;
}
@media only screen and (max-width: 740px) {
  .single-post .main-content > .single h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .main-content > .single {
    padding: 40px 0;
  }
}
.single-post .main-content > .single .share-container {
  text-align: right;
  margin-bottom: 10px;
}
.single-post .main-content .post > .content iframe {
  max-width: 100%;
  border: 0;
}
.single-post .main-content .post > .content a {
  text-decoration: underline;
}
.main-content > .single-team {
  position: relative;
}
.main-content > .single-team:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 10px;
  width: 126px;
  height: 155px;
  background-image: url("../../images/i-cuadros.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .main-content > .single-team:before {
    top: 40%;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
.main-content > .single-team .img {
  position: relative;
}
.main-content > .single-team .img img {
  background-position: top center;
}
.main-content > .single-team .img:before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/i-puntos.svg");
  background-size: cover;
  z-index: 9;
}
@media only screen and (max-width: 580px) {
  .main-content > .single-team .img:before {
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
.main-content > .single-team h1 {
  font-family: "Montserrat Bold";
  font-size: 60px;
  line-height: 60px;
  color: #19345a;
}
@media only screen and (max-width: 740px) {
  .main-content > .single-team h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .main-content > .single-team .title {
    text-align: center;
    margin: 40px 0;
  }
}
.main-content > .single-team .cover {
  margin-top: 50px;
}
.main-content > .single-team .category-container {
  font-family: "Montserrat Semibold";
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #bbbbba;
  padding-bottom: 10px;
  border-bottom: 2px solid #8bbf49;
  margin-bottom: 10px;
}
.main-content > .single-team .info {
  font-family: "Montserrat Semibold";
}
.main-content > .single-team .info a {
  color: initial;
}
.main-content > .single-team .content h2 {
  font-family: "Montserrat Bold";
  font-size: 18px;
  color: #34a4dd;
}
@media only screen and (max-width: 740px) {
  .main-content > .single-team .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.main-content > .single-team .content h2 > i {
  font-size: 24px;
  margin-right: 10px;
}
.main-content > .single-team .content > div {
  padding: 30px 0;
}
.main-content > .single-team .content > div:nth-child(2n) {
  background-color: #e8e8e8;
}
.main-content > .single-team .content p:last-child {
  margin-bottom: 0;
}
#skills {
  position: relative;
}
#skills:before {
  content: "";
  position: absolute;
  top: -75px;
  right: 10px;
  width: 130px;
  height: 130px;
 /* background-image: url("../../images/i-cuadros_medios.svg");*/
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #skills:before {
    top: -55px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}
.skill h2 {
  font-family: "Montserrat Semibold";
  color: #535353;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .skill h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .skill h2 {
    font-size: 20px;
  }
}
.skill p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .skill .row {
    align-items: center;
  }
}
.skill .img {
  width: 80%;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .skill .img {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .skill .content {
    margin-top: 20px;
  }
}
.skill:not(:last-child) {
  margin-bottom: 40px;
}
.social-networks {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px !important;
}
.social-networks li {
  display: inline-block;
  margin-bottom: 0;
}
.social-networks li a {
  font-size: 30px !important;
}
.social-networks li:not(:last-child) {
  margin-right: 10px;
}
.spinner-container {
  width: 100%;
  height: 300px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner-container .spinner-border {
  width: 4rem;
  height: 4rem;
  color: #18345A;
}
#team-container .banner-page {
  position: relative;
  padding-bottom: 0;
}
#team-container .banner-page:before {
  content: "";
  position: absolute;
  top: 90px;
  right: 10px;
  width: 113px;
  height: 165px;
  background-image: url("../../images/i-cuadros.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #team-container .banner-page:before {
    right: 10px;
    width: 80px;
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  #team-container .banner-page {
    text-align: center;
    padding-bottom: 40px;
  }
}
#team-container .banner-page h1 {
  position: absolute;
  top: -12%;
  width: 50%;
}
@media only screen and (max-width: 740px) {
  #team-container .banner-page h1 {
    position: inherit;
    top: 0;
    width: 100%;
  }
}
#team-container .banner-page .content {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  #team-container .banner-page .content {
    margin-top: 20px;
  }
}
#team-container .banner-page .content h3 {
  font-family: "Montserrat Medium";
  font-size: 20px;
  margin-bottom: 20px;
}
#team-container .content-additional h3 {
  font-family: "Montserrat Semibold";
  font-size: 16px;
  text-transform: uppercase;
  color: #19345a;
  margin-bottom: 0;
}
#team-container .content-additional h3 strong {
  font-family: "Montserrat Bold";
  font-size: 60px;
  line-height: 60px;
}
#team-container .content-additional p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  #team-container .content-additional .col-md-6 {
    margin-top: 40px;
  }
}
#team-container .banner-inter {
  padding: 40px 0;
}
@media only screen and (max-width: 740px) {
  #team-container .banner-inter {
    text-align: center;
    margin-top: 20px;
  }
}
#team-container .banner-inter h2 {
  font-family: "Montserrat Bold";
  font-size: 50px;
  line-height: 50px;
  color: #19345a;
}
@media only screen and (max-width: 9091px) {
  #team-container .banner-inter h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
#team-container .banner-inter .row > div {
  z-index: 999;
}
@media only screen and (max-width: 740px) {
  #team-container .banner-inter .margin-top-20 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 740px) {
  #team-container .banner-inter .img {
    margin-top: 40px;
  }
}
#team-container .card:nth-child(2n-1):not(.inverse) {
  background-color: #e8e8e8;
}
#team-container .team-search {
  padding-bottom: 50px;
}
#team-container .team-search .filter {
  position: relative;
}
#team-container .team-search .input-search {
  position: relative;
}
#team-container .team-search input:focus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#team-container .team-search .team-filters-target {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
  z-index: 999;
}
#team-container .team-search .team-filters-target ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#team-container .team-search .team-filters-target li {
  padding: 5px 0;
}
#team-container .team-search .team-filters-target li:not(:last-child) {
  margin-bottom: 10px;
}
#team-container .team-search .team-filters-target.active {
  height: auto;
  min-height: 60px;
  max-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#team-container #team {
  position: relative;
}
#team-container #team:before {
  content: "";
  position: absolute;
  top: -82px;
  left: 10px;
  width: 113px;
  height: 165px;
  background-image: url("../../images/i-puntos_verdes.svg");
  background-size: cover;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  #team-container #team:before {
    width: 73px;
    height: 115px;
  }
}
@media only screen and (max-width: 580px) {
  #team-container #team:before {
    top: -42px;
    left: -20px;
    width: 80px;
    height: 90px;
  }
}
#team-container #team:after {
  content: "";
  position: absolute;
  top: 62%;
  right: 10px;
  width: 125px;
  height: 125px;
  background-image: url("../../images/i-cuadros_medios.svg");
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  #team-container #team:after {
    right: -50px;
    width: 80px;
    height: 80px;
  }
}
.member {
  margin-top: 60px;
}
.member .img {
  position: relative;
  margin-bottom: 10px;
}
.member .img img {
  width: 100%;
  height: auto;
  background-position: top center !important;
}
.member .icon-user {
  position: relative;
}
.member .icon-user > a > i {
  font-size: 60px;
  width: 160px;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #bbbbba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.member .linkedin {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.member h3 {
  font-family: "Montserrat Semibold";
  font-size: 18px;
}
.member .category {
  font-family: "Montserrat Semibold";
  font-size: 14px;
  color: #bbbbba;
}
.linkedin a {
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  color: #fff !important;
  background: #006fb4;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.linkedin a:focus {
  outline: none !important;
}
